-
Notifications
You must be signed in to change notification settings - Fork 92
New Script Link Importer/Exporter/Converter #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Script suggestion for [Ways to improve compatibility with other markdown editors #3225](pbek/QOwnNotes#3225). Closes #3225
|
Thank you! |
link-importer-and-converter-for-obsidian-github-pandoc-markor-and-others/info.json
Outdated
Show resolved
Hide resolved
link-importer-and-converter-for-obsidian-github-pandoc-markor-and-others/info.json
Show resolved
Hide resolved
Changed Version Number: to 26.1.5.
I added it for testing purposes only and also for you to have some test files with edgecases. These files can be deleted after the code review. |
|
I am also aware, that a pandoc style is slightly different than the github style. I focused on the import of VS Code Markdown as an editor. |
Mention necesssary conversion step before importing is possible: "In Obsidian please use the plugin <a href='https://github.com/mnaoumov/obsidian-better-markdown-links'>Better markdown links</a> to first convert to standard markdown links instead of Wikilinks."
Please do so. If you want some documentation, please add that to the Wiki. |
…and-others/F1 directory Deleted Test files
…and-others.qml
Fixed a bug, when cutting out Codeblocks as
`markdown =` was missing and so it never rewrote the content in
`markdown = markdown.replace(/(```[\s\S]*?```|`[^`]*`)/g, function (match) {`
Also uncommented the debugging functions.
Script suggestion for Ways to improve compatibility with other markdown editors #3225. Closes [#3225]